home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / archive / jnstall.arj / JNSTALL.DOC next >
Text File  |  1994-05-01  |  2KB  |  41 lines

  1. Jnstall is a nifty little program that I use to give things to morons
  2. who don't know how to make directories, etc...
  3. Jnstall does all the work for you.  Jnstall works with PKZIP and 
  4. PKUNZIP v.2.04g. It is especially good for multiple disk backups.
  5.  
  6. Instead of giving instructions on how to use Jnstall, I will give a typical
  7. example.
  8.  
  9. Lets say that you want to give someone a program that takes up 4M of disk
  10. space.  OK, first you would backup the directory that the program is in
  11. on the hard drive.  You would do so by using PKZIP as such...
  12.  
  13. "pkzip -rp -&u a:\backup.zip" 
  14.  
  15. This command tells pkzip to store sub-directories and to span multiple disks.
  16. When the program is backed-up, the first few disks will be completely filled
  17. up.  So, JNSTALL must be copied onto the final diskette.  Also copy PKUNZIP
  18. onto the final diskette.
  19.  
  20. Now a few files must be created for JNSTALL to work properly.  The MS-DOS 
  21. EDIT command can be used.  The first file MUST be called JNSTALL.TXT! This 
  22. will contain the name of the program that is being installed. One catch,
  23. the name must be one word, so use the underline key.  For example
  24.  
  25. "WORD_PERFECT"
  26.  
  27. The next file MUST be called JNSTALL.DIR! This will contain the directory
  28. that JNSTALL will install to.  No need for slashes and other garbage, simply
  29. the name.  for example
  30.  
  31. "WP"
  32.  
  33. The third file is optional.  If the program you are giving has some kind of 
  34. setup program, you can use the third file to run that program. for example
  35.  
  36. "SETUP"
  37.  
  38. If you have any problems please E-MAIL me at ALANDIS@DELPHI.COM
  39.  
  40.  
  41.